/*日历控件*/
.CalendarWrapper{width:260px;margin:0 auto;padding-bottom:19px;font-family:Tahoma,Arial;color:#3C3C3C;font-size:12px;}
.CalendarWrapper a{color:#3C3C3C;text-decoration:none}
.CalendarWrapper a:hover{color:#c00;text-decoration:none}
.CalendarWrapper .CalendarHead{width:260px;height:19px;overflow:hidden;margin:0 auto;padding:7px 0;line-height:21px;border-bottom:1px solid #CDCFD3; }
.CalendarWrapper .CalendarHead h3{font-size:14px;text-align:center;font-weight:bold}
.CalendarWrapper .CalendarHead .btn{display:block;width:19px;height:17px;padding-top:2px;overflow:hidden;line-height:17px;font-family:"宋体";font-size:12px;text-align:center;background:url(http://mat1.gtimg.com/news/2009/calendar_btn_v1.gif) no-repeat;}
.CalendarWrapper .CalendarCon table{border-collapse:collapse;}
.CalendarWrapper .CalendarCon div table{border-collapse:collapse;background-color:#f7f7f7;}
.CalendarWrapper .CalendarCon th{width:36px;text-align:center;line-height:30px;font-weight:normal; font-size:14px;}
.CalendarWrapper .CalendarCon td{width:36px;text-align:center;font-weight:normal;border:1px solid #cdcfd3;overflow:hidden;}
.CalendarWrapper .CalendarCon th.saturday{color:#128abc}
.CalendarWrapper .CalendarCon th.sunday{color:#CC0000}
.CalendarWrapper .CalendarCon a,.CalendarWrapper .CalendarCon em,.CalendarWrapper .CalendarCon span{display:block;width:34px;height:29px;overflow:hidden;color:#3C3C3C;line-height:29px;background:#f7f7f7;border:1px solid #F7F7F7;}
.CalendarWrapper .CalendarCon span{ color:#C3C3C3}/* 今天日期后的标签 */
.CalendarWrapper .CalendarCon em{ background:#1189bd; font-style:normal;}/* 选中日期的标签 */
.CalendarWrapper .CalendarCon a.today,.CalendarWrapper .CalendarCon em.today{background:#8ca4c8;color:#FFF;}/* 今天日期在标签中加class=&quot;today&quot; */
.CalendarWrapper .CalendarCon a:hover{background:#8ca4c8;color:#FFF;text-decoration:none;border:1px solid #FFF;}
